Auto merge of #4123 - alexcrichton:augment, r=matklad
authorbors <bors@rust-lang.org>
Tue, 18 Jul 2017 18:51:34 +0000 (18:51 +0000)
committerbors <bors@rust-lang.org>
Tue, 18 Jul 2017 18:51:34 +0000 (18:51 +0000)
Implement the [patch] section of the manifest

This is an implementation of [RFC 1969] which adds a new section to top-level
manifests: `[patch]`. This section allows you to augment existing sources with
new versions of crates, possibly replacing the versions that already exist in
the source. More details about this feature can be found in the RFC itself.

[RFC 1969]: https://github.com/rust-lang/rfcs/pull/1969

1  2 
src/doc/manifest.md

Simple merge